Toolbar for WPF supports the command framework. Commands have several purposes in WPF. The primary purpose is to separate the object that invokes the command from the logic that executes the command. Commands allow loose coupling between the origin and the handling of an action.
The following tutorial demonstrates how to use C1Toolbar with commands in a WPF application.